Extras
Opacity
You can set opacity to an element instantly by using the following utilities classes for opacity.
Class | Value |
---|---|
.op-[value] |
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
Class | Value |
---|---|
.op-[breakpoint]-[value]
|
breakpoint: xs | sm | md | lg | xl value: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
Shadow
You can add or remove shadow to an element instantly by using the following utilities classes for shadow.
Class | Value |
---|---|
.shadow-base |
Add shadow to any box element. |
.shadow-none |
Remove shadow to any box element. |